Prevent reporting of crashes when Emacs is restarted on Android
authorPo Lu <luangruo@yahoo.com>
Fri, 3 May 2024 02:43:31 +0000 (10:43 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 3 May 2024 02:46:35 +0000 (10:46 +0800)
commit6171a9a628fb71b172598c7d7bbea8448ee251d6
tree3cbdb6b89487630cf22f490938f061b77f34111f
parent068e44ed754344667cf42fe252ebb601d7a8db93
Prevent reporting of crashes when Emacs is restarted on Android

* src/emacs.c (Fkill_emacs): Ignore SIGBUS and SIGSGEV
immediately before calling exit.
src/emacs.c